Disable --all-targets panic tests until we can land a fix.
authorEric Huss <eric@huss.org>
Fri, 4 May 2018 17:51:20 +0000 (10:51 -0700)
committerEric Huss <eric@huss.org>
Fri, 4 May 2018 17:51:20 +0000 (10:51 -0700)
tests/testsuite/profile_targets.rs

index 7a245fe8a959374ba56d150e96d3b494a6d40b87..c43ac62e94dafc16193941c024f47a04a04b8a8e 100644 (file)
@@ -146,6 +146,9 @@ foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3
     );
 }
 
+// Temporarily disable this test until --all-targets is fixed when using
+// `panic`. See https://github.com/rust-lang/cargo/issues/5444
+#[ignore]
 #[test]
 fn profile_selection_build_all_targets() {
     let p = all_target_project();
@@ -223,6 +226,9 @@ foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0
     );
 }
 
+// Temporarily disable this test until --all-targets is fixed when using
+// `panic`. See https://github.com/rust-lang/cargo/issues/5444
+#[ignore]
 #[test]
 fn profile_selection_build_all_targets_release() {
     let p = all_target_project();